←Select platform
In This Topic ▼

AnnObservableCollection<T> Class Members

Summary

The following tables list the members exposed by AnnObservableCollection<T>.

Public Constructors

Name Description
Public Constructor
AnnObservableCollection<T> Initializes a new instance of AnnObservableCollection from the specified list.
Public Constructor LeadCollection<T> Initializes a new empty instance of the LeadCollection/<T/> class. (Inherited from LeadCollection<T>)

Public Methods

Name Description
Public Method
AddRange Adds multiple items to the end of the collection. (Inherited from LeadCollection<T>)
Public Method InsertRange Inserts an item into the LeadCollection/<T/> at the specified index. (Inherited from LeadCollection<T>)
Public Method Move Moves an item to a new index.
Public Method RemoveRange Removes items from the LeadCollection/<T/> at the specified index and count. (Inherited from LeadCollection<T>)
Public Method ToArray Gets the item of this collection as an array.

Protected Methods

Name Description
Protected Method
ClearItems Clears the collection.
Protected Method InsertItem Inserts an item into this collection.
Protected Method InsertItemRange Inserts an item into the LeadCollection/<T/> at the specified index. (Inherited from LeadCollection<T>)
Protected Method MoveItem Moves an item to a new index.
Protected Method OnCollectionChanged Raises the CollectionChanged event with the provided arguments. (Inherited from LeadCollection<T>)
Protected Method OnCollectionChanged Raises the CollectionChanged event with the provided arguments.
Protected Method RemoveItem Remove an item from the collection.
Protected Method RemoveItemRange Removes items from the LeadCollection/<T/> at the specified index and count. (Inherited from LeadCollection<T>)
Protected Method SetItem Sets an item in the collection with a new value.

Public Events

Name Description
Public Event
CollectionChanged Occurs when the collection changes.

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly